Check TypeScript compilation errors, run build commands, and validate the codebase. Use when the user mentions TypeScript errors, build issues, compilation problems, or wants to verify code integrity.
3.7
Rating
0
Installs
Testing & Quality
Category
This skill provides clear commands for TypeScript compilation checking and building, with helpful error interpretation guidance. However, it suffers from critical flaws: (1) hardcoded project paths make it non-reusable across projects, (2) extremely low novelty—these are standard npm/tsc commands a CLI agent can already execute trivially, (3) the description could better specify when to use each command variant. The skill essentially wraps basic TypeScript tooling without adding meaningful abstraction, automation, or complexity reduction. A CLI agent given 'check TypeScript errors' would naturally run `npx tsc --noEmit` without needing this skill. To improve: make paths dynamic, add automated error parsing/summarization, integrate with CI/CD workflows, or provide intelligent fix suggestions—capabilities that justify the skill's existence beyond basic command execution.
Loading SKILL.md…

Skill Author